home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Die Speccy' 97
/
Die Speccy' 97.iso
/
amiga_system
/
the_aminet
/
util
/
app
/
apptrashcan.lha
/
AppTrashcan
/
Install
< prev
next >
Wrap
Text File
|
1995-10-15
|
779b
|
48 lines
; AppTrashcan Installer Script
(set @app-name "AppTrashcan")
(complete 0)
(set target
(askdir
(prompt "Where shall I put AppTrashcan?\n"
"(Put it in your WBStartUp drawer\n"
"to be run everytime you boot)" )
(help @askdir-help)
(default "SYS:WBStartUp")
(newpath)
)
)
(complete 25 )
(copyfiles
(source "")
(dest target)
(choices "AppTrashcan" "AppTrashcan.info")
)
(set @default-dest target)
(complete 50)
(set guidetarget
(askdir
(prompt "Where do you want to have the Guide put?")
(help @askdir-help)
(default "SYS:")
(newpath)
)
)
(complete 75)
(copyfiles
(source "")
(dest guidetarget)
(choices "AppTrashcan.Guide" "AppTrashcan.Guide.info")
)
(complete 100)